home *** CD-ROM | disk | FTP | other *** search
- ~P_INIT~
- P A C K I N G L I S T
- ╒═════════════════════════════════════════════════╕
- │~padc(upper(m_name),48)~ │
- ╘═════════════════════════════════════════════════╛
- ~padc(trim(M_adr1)+" "+trim(M_adr2)+" "+trim(M_adr3),78)~
- ~padc(M_phone,48)~
- ┌────────────[sold to]───────────────┐ ┌────────────[ship to]───────────────┐
- │~PAD(customer->name,35)~ │ │~PAD(customer->ship_to,35)~ │
- │~PAD(customer->company,35)~ │ │~PAD(customer->company,35)~ │
- │~PAD(customer->address,35)~ │ │~PAD(customer->ship_addr,35)~ │
- │~PAD(trim(customer->city)+", "+customer->state+" "+trim(customer->zip),35)~ │ │~PAD(trim(customer->ship_city)+", "+customer->ship_state+" "+trim(customer->ship_zip),35)~ │
- ├──[customer id]────┬──[telephone]───┤ ├──[ ]────┬──[ ]────┤
- │ ~pos->cust_id~ │~customer->phone~ │ │ │ │
- └───────────────────┴────────────────┘ └─────────────────┴──────────────────┘
- ┌[INVOICE]┬[date]─────┬[trx type]┬[sales rep]────────────────────────────────┐
- │~pos->(recno())~ │~pos->date~ │~pos->trx_type~ │~pos->sales_rep~ ~sale_rep->name~ │
- ├[taxable]┼[ship date]┼[weight]──┼[ship via]─────────────────────────────────┤
- │~if(pos->is_taxable,"Yes","No ")~ │~pos->ship_date~ │~pos->weight~│~pos->ship_via~ │
- └─────────┴───────────┴──────────┴───────────────────────────────────────────┘
- ┌────┬─────────────────────┬───────┬───────┬────┬───────────────────────────┐
- │item│item no./description │ordered│shipped│unit│shipped to date │
- └────┴─────────────────────┴───────┴───────┴────┴───────────────────────────┘